<!--
	function sgpopup() {
		popupwin=window.open("/styleguru/oger_sgfs.html","oger_sg","width=790,height=540,top="+((screen.width-790)/2)+",left="+((screen.height-540)/2));
	}
	
	function designerPopup() {
		designerwin=window.open("/designer/designer_fs.php","designer","width=790,height=540,top="+((screen.width-790)/2)+",left="+((screen.height-540)/2));
	}
	
	function StyleMailPopup() {
		stylemailwin=window.open("/stylemail/stylemail_fs.php","stylemail","width=790,height=540,top="+((screen.width-790)/2)+",left="+((screen.height-540)/2));
	}
	
	function WallpaperPopup() {
		wallpaperwin=window.open("/wallpaper/wallpaper_fs.php","wallpaper","width=790,height=540,top="+((screen.width-790)/2)+",left="+((screen.height-540)/2));
	}
	
	function popupDFS() {
		dfswin=window.open("dfs/oger_dfs_fs.php","","width=790,height=540,left="+((screen.width-790)/2)+",top="+((screen.height-540)/2));
	}
	
	function popupEBrochure() {
		dfswin=window.open("ebrochure/oger_ebrochure_fs.php","","width=790,height=540,left="+((screen.width-790)/2)+",top="+((screen.height-540)/2));
	}
	
	function popup360VirtualTour(section) {
		switch(section) {
			case "ogeramsterdam":		target_url = "http://www.mov-it.net/documents/Tourviewer_ogerpc.html"; break;
			case "ogerdenhaag":			target_url = "http://www.mov-it.net/documents/Tourviewer_ogerdenhaag.html"; break;
			case "ogerrotterdam":		target_url = "http://www.mov-it.net/documents/Tourviewer_ogerrotterdam.html"; break;
			case "ralphlauren":			target_url = "http://www.mov-it.net/documents/Tourviewer_ralphlaurentour.html"; break;
			case "ernyvanreijmersdal":	target_url = "http://www.mov-it.net/documents/Tourviewer_Reijmersdaltour.html"; break;
			case "zegna":				target_url = "http://www.mov-it.net/documents/Tourviewer_zegna.html"; break;
			default: target_url = "";
		}
		
		if (target_url != "") {
			virtualtourwin = window.open(target_url, "_blank", "width=740,height=434,top="+((screen.width-740)/2)+",left="+((screen.height-434)/2));
		}
	}
//-->