
var img=new Image();
img.src='handshake.png';
var orderVerified='<img src="handshake.png"> Checking Order > Verified';
var orderChecking='<img src="hand_stop.png"> Checking Order';

function popupWin(url) {
  window.open(url,'popWin','scrollbars=yes,status=yes,toolbar=no,resizable=yes,width=750,height=600');
}

function expImage (imgName){
window.open (imgName,"mywindow","location=0,status=0,scrollbars=0,menubar=0,resizable=0,width=550,height=550");
}

function _orderSubmitted(){
pageTracker._trackPageview("/G1/paymentgateway.co.uk");
}