var leaveSite = "yes";
function generatePopUp() {
	if(leaveSite=='yes'){
		window.open(SHOPPING_WEBSITE_URL+'order/popuporder/','popuporder','scrollbars=1,menubar=0,resizable=1, location =1, width=900,height=740,left=50,top=50');
		window.open(SITE_URL+'stop.html','stop','scrollbars=1,menubar=0,resizable=1, location =1, width=606,height=476,left=50,top=50');
	}
	return;
}
