			// used for email friend
			var url=window.location
			var encode=escape(url)

			function popWindow(childURL,height,width,type)
			{
				var re, urlstr,menu;
				re = /\^/g;
				urlstr = childURL.replace(re,"\\").replace(" ","%20");
					if (height == ''){height = "465"};
					if (width== ''){width= "620"};
					if (type== 'with_menu'){menu= "1"};
					if (type== 'without_menu'){menu= "0"};
				myRemote = window.open(urlstr, "myRemote", "height=" +height + ",width=" +width + ",ScreenX = 5,ScreenY = 5,alwaysRaised,hotkeys,menubar=" 				+menu+ ",resizable,,scrollbars,titlebar,z-lock");
			}
