/*
design by bobo068#hotmail.com 2008-04-08
*/

if(POP_CONFIG!=undefined){	

	var pop_title="";
	var pop_host="http://buyhome.house.sina.com.cn/pop068.1/";
	var pop_url='';		
	
	if(POP_CONFIG.HOST!=undefined)		pop_host	=	POP_CONFIG.HOST;	
	
	
	//document.writeln("<!--start woocall id=windowOpen -->");
	document.writeln("<link href=\""+pop_host+"comm.css\" rel=\"stylesheet\" type=\"text\/css\" \/>");
	document.writeln("<div id=\"window\">");
	document.writeln("	<div id=\"windowTop\">");
	document.writeln("		<div id=\"windowTopContent\">"+pop_title+"<\/div>");
	document.writeln("		<img src=\""+pop_host+"images\/window_min.jpg\" id=\"windowMin\" \/>");
	document.writeln("		<img src=\""+pop_host+"images\/window_max.jpg\" id=\"windowMax\" \/>");
	document.writeln("		<img src=\""+pop_host+"images\/window_close.jpg\" id=\"windowClose\" \/>");
	document.writeln("	<\/div>");
	document.writeln("	<div id=\"windowBottom\"><div id=\"windowBottomContent\">&nbsp;<\/div><\/div>");	
	document.writeln("	<div id=\"windowContent\">");
	document.writeln("<iframe id=\"windowFrame\" src=\""+pop_url+"\" width=\"100%\" height=\"100%\" frameborder=\"0\"><\/iframe>");
	document.writeln("<\/div>");
	document.writeln("	<img src=\""+pop_host+"images\/window_resize.gif\" id=\"windowResize\" \/>");
	document.writeln("<\/div>");
	
	document.writeln("<script type=\"text\/javascript\" src=\""+pop_host+"js/jquery.js\"><\/script>");
	document.writeln("<script type=\"text\/javascript\" src=\""+pop_host+"js/interface.js\"><\/script>");	

	document.writeln("<script type=\"text\/javascript\" src=\""+pop_host+"js/win.js\"><\/script>");	
 	


	
	//document.writeln("<!--end woocall -->");
	
	
}