var newWindow='';

function storeWindow(doc_root, type) {
	
	
	//window.alert("HelloWorld");

    if(!newWindow.closed && newWindow.location) {
		newWindow.location = doc_root+"/pgs/contact/locatorWindow.php?city="+type;
		newWindow.focus();
	}
	else {
		newWindow = window.open(doc_root+"/pgs/contact/locatorWindow.php?city="+type, "adultAdd", "width=650,height=700,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=100,screenY=100");
	}

}


function glassesWindow(doc_root, loc) {
	
	
	//window.alert("HelloWorld");

    if(!newWindow.closed && newWindow.location) {
		newWindow.location = doc_root+"/pgs/styles/styles_window.php?"+loc;
		newWindow.focus();
	}
	else {
		newWindow = window.open(doc_root+"/pgs/styles/styles_window.php?"+loc, "glassesWindow", "width=550,height=500,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=100,screenY=100");
	}

}
