﻿document.writeln("<style type=\"text\/css\">");
document.writeln("	#floater td{");
document.writeln("		font-size:12px;");
document.writeln("		}");
document.writeln("	#floater a{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#floater a:visited{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#floater a:hover{");
document.writeln("		color:#FF0000;");
document.writeln("		text-decoration:underline;");
document.writeln("		}");
document.writeln(".qqc{");
document.writeln("		padding-left:13px;");
document.writeln("		padding-top:7px;");
document.writeln("		}")
document.writeln(".qqp{");
document.writeln("		padding-top:5px;");
document.writeln("		width:28px;");
document.writeln("		text-align:right;");
document.writeln("		}")
document.writeln("	");
document.writeln("<\/style>")
document.writeln("<DIV id=\'floater\' style=\'right:5px; TOP: 120px; POSITION: absolute; WIDTH: 107px; VISIBILITY: visible; Z-INDEX: 100;\'>");
document.write('<table border="0" cellpadding="0" cellspacing="0" width="107"><tr><td><a title="关闭窗口" href="javascript:close_float_right();void(0);"><img name="qq2_r1_c1" src="js/qq/qq2_r1_c1.gif" width="107" height="24" border="0" alt="关闭窗口"></a></td></tr><tr><td><img name="qq2_r3_c1" src="js/qq/qq2_r3_c1.gif" width="107" height="47" border="0" alt=""></td></tr>')

document.write("<tr><td height=23 background='js/qq/qq2_bg.gif' style='padding-bottom:5px;'>");
document.writeln("<table border=\"0\" width=\"107\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\">");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:5445044:4 border=0 ><\/td>");
document.writeln("		<td><a href='tencent://message/?uin=5445044&Site=深圳福瑞客&Menu=yes'>销售一线</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:838973381:4 border=0 ><\/td>");
document.writeln("		<td><a href='tencent://message/?uin=838973381&Site=深圳福瑞客&Menu=yes'>销售二线</a><\/td>");
document.writeln("	<\/tr>");

//document.writeln("	<tr>");
//document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:9567818:4 border=0 ><\/td>");
//document.writeln("		<td><a href='tencent://message/?uin=9567818&Site=九网互联&Menu=yes'>销售二线</a><\/td>");
//document.writeln("	<\/tr>");

//document.writeln("	<tr>");
//document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:297612900:4 border=0 ><\/td>");
//document.writeln("		<td><a href='tencent://message/?uin=297612900&Site=九网互联&Menu=yes' target=_blank>销售三线</a><\/td>");
//document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:414455175:4 border=0 ><\/td>");
document.writeln("		<td><a href='tencent://message/?uin=414455175&Site=深圳福瑞客&Menu=yes'>销售三线</a><\/td>");
document.writeln("	<\/tr>");


document.writeln("<\/table>")
document.write("</td></tr>");

document.write("<tr><td><img name='qq2_r2_c1' src='js/qq/qq2_r3_c2.gif' width='107' border='0'></td></tr>");

document.write("<tr><td height=23 background='js/qq/qq2_bg.gif' style='padding-bottom:10px;'>");
document.writeln("<table border=\"0\" width=\"107\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\">");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:838973381:4 border=0 ><\/td>");
document.writeln("		<td><a href='tencent://message/?uin=838973381&Site=深圳福瑞客&Menu=yes'>售后一线</a><\/td>");
document.writeln("	<\/tr>");


document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:414455175:4 border=0 ><\/td>");
document.writeln("		<td><a href='tencent://message/?uin=414455175&Site=深圳福瑞客&Menu=yes'>售后二线</a><\/td>");
document.writeln("	<\/tr>");



document.writeln("<\/table>")
document.write("</td></tr>");

document.write('</td></tr><tr><td><img name="qq" src="js/qq/qq.gif" width="107" height="27" border="0" alt=""></td></tr></table></div>')

function topright() 
{ 
window.setInterval("displaytopright()",20); 
} 

function displaytopright() 
{ 
var theTop; 
var theRight; 
if (document.documentElement && document.documentElement.scrollTop) 
{ 
theRight = document.documentElement.scrollRight; 
theTop = document.documentElement.scrollTop; 
} 
else 
{ 
theRight = document.body.scrollRight; 
theTop = document.body.scrollTop; 
}  
floater.style.pixelTop = theTop + 230 ; 
} 
topright(); 

function close_float_right(){
	floater.style.visibility='hidden';
}

