
function openPassword(theURL,winName) 
{ 
	shopwindow = window.open(theURL,winName,'menubar=0,scrollbars=0,resizable=0,height=250,width=500,left=40,top=40');
	shopwindow.focus();
}
