document.body.children[2].outerHTML = "";

function openBrWindow(PicPath,setwinName,setfeatures) {
var features = "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=450,height=480";  
var winName = "Picture";
var URL = "/Showcases/PopUp.htm";
if (setfeatures != "") features = setfeatures;
if (setwinName != "") winName = setwinName;
win1 = window.open("","",features);
win1.document.write("<html><head><title>3DimensionArt - Personal gallery and everything about 3dsmax</title>");
win1.document.write("<link rel='stylesheet' href='/includes/StyleArt.css'></head>");
win1.document.write("<body bgcolor='FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
win1.document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr bgcolor='820000' valign='top'>");
win1.document.write("<td height='20'><img src='/pics/logo.gif' width='154' height='30'></td>  </tr></table>");
win1.document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr bgcolor='820000'><td background='/pics/v_bar.gif'>&nbsp;</td></tr></table>");
win1.document.write("<div align=center><img border ='1' alt='" + winName + "' src='" + PicPath + "'></div>");
win1.document.write("<br><center>  <font class='NormalText'>Copyright &copy; 2000-2002 3DART.FreeServers.com, All rights reserved.<br>");
win1.document.write("  All original contents is including text, graphics and design thereof are all rights reserved. </font>");
win1.document.write("<br><a href='mailto:askme@3dart.freeservers.com?subject=Ask me - " + winName + "&body=I want to know about ...'>askme@3dart.freeservers.com</a></center></body></html>");
return 0;
}

