// begin code
		
		var popUpURL1="http://callingcards4us.com/mb.html";	
			
		splashWin1 = window.open("",'x','width=750,height=450,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
