// begin code
		
		var popUpURL1="http://phonecards4usa.com/mb.html";	
			
		splashWin1 = window.open("",'x','width=750,height=500,top=10,left=10,toolbar=1,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1');
		splashWin1.location=popUpURL1;
		splashWin1.blur();   
		window.focus();
 
// end code
