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 expImage (imgName){
window.open (imgName,"mywindow","location=0,status=0,scrollbars=0,menubar=0,resizable=0,width=500,height=500");
}