function OpenBigPic(picURL) { //v3.0
var newWindow = window.open("","","height=310,width=410");
var newContent = "<html><head><title>Bimax Hairoine Inc</title></head>";
newContent += "<body style='margin:0px'><img src='"+picURL+"'>";
newContent += "<style>
<!--
.link        { text-decoration: none; color: #D8D8D8; font-size: 8pt }
-->
</style>
<table border="0" width="98%" cellspacing="0" cellpadding="0" style="font-size: 8pt; color: #D8D8D8; 

text-decoration:none" >
	<tr>
		<td >
		<p align="center">Copyright
			</font>
			<a class="link" href="../../email.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">@</span></font></a><font color="#DBDEDF"> 2009. 
		</font> <a class="link" href="http://www.newsbook.net"><font color="#DBDEDF">
		<span style="text-decoration: none">AAAA BBB</span></font></a><font color="#DBDEDF">
		</font>
			<a class="link" href="../../linuxwebhosting.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">Company</span></font></a><font color="#DBDEDF">
		</font>
			<a class="link" href="../../onlineshopping.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">Limitd.</span></font></a><font color="#DBDEDF"> 

All rights
			</font>
			<a class="link" href="../../servercolocationhk.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">resvered</span></font></a><font 

color="#DBDEDF">. 
			</font> 
			<a class="link" href="../../clients.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">Design</span></font></a><font color="#DBDEDF"> 

by 
			</font> 
			<a class="link" href="http://www.newsbook.com.tw"><font color="#DBDEDF">
		<span style="text-decoration: none">Newsbook</span></font></a><font color="#DBDEDF">
		</font>
			<a class="link" href="http://www.newsbook.biz"><font color="#DBDEDF">
		<span style="text-decoration: none">Limited.</span></font></a><font 

color="#DBDEDF"><br>
            </font>
            <a class="link" href="../../servercolocationhongkong.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">版權</span></font></a><font 

color="#DBDEDF">@</font><a class="link" href="../../servercolocationhk.htm"><font color="#DBDEDF"><span 

style="text-decoration: none">2009</span></font></a><font color="#DBDEDF">
		</font>
			<a class="link" href="http://www.newsbook.info/"><font color="#DBDEDF">
		<span style="text-decoration: none">甲甲甲</span></font></a><a class="link" 

href="../../additionalservices.htm"><font color="#DBDEDF"><span style="text-decoration: none">乙乙乙

</span></font></a><a class="link" href="../../dedicatedservers.htm"><font color="#DBDEDF"><span 

style="text-decoration: none">有限公司</span></font></a><font color="#DBDEDF">. 
			</font> 
			<a class="link" href="../../domainregistration.htm"><font color="#DBDEDF">
		<span style="text-decoration: none">保留版權</span></font></a><font 

color="#DBDEDF">. 
			</font> 
			<a class="link" href="http://www.newsbook.asia"><font color="#DBDEDF">
		<span style="text-decoration: none">資訊網絡</span></font></a><a class="link" 

href="http://www.swissbusinessbank.com/"><font color="#DBDEDF"><span style="text-decoration: none">

有限公司</span></font></a><a class="link" href="../../design.htm"><font color="#DBDEDF"><span 

style="text-decoration: none">設計.</span></font></a><font color="#DBDEDF"></span></font></font></p>
　</td>
	</tr>
</table>
</body>
</html>";
newWindow.document.write(newContent);
w=newWindow.document.images[0].width;
h=newWindow.document.images[0].height;

if(w<50 || h<50){
	w = 410;
	h = 310;
}

newWindow.document.close(); // close layout stream
newWindow.resizeTo(w+10,h+30);
}
