function popupPix() 
{
 win=window.open("girls.htm","height=325,width=250");
}     

function girlpix()
{

 var USERNICK = document.PIXNAME.GIRLNICK.options[document.PIXNAME.GIRLNICK.selectedIndex].value

 win=window.open("","GIRLSPAGE","resizable=no,height=325,width=250")

 win.document.write('<html><head><title>Chikahan Network</title><link REL="stylesheet" TYPE="text/css" HREF="/style/chikahan_css.css"></head>')
 win.document.write('<body onLoad="self.focus()" bgcolor="#FFB950">')
 win.document.writeln('<script language=JavaScript>')
 win.document.writeln('<!--                                          ')
 win.document.writeln('//Disable right click script III- By Renigade (renigade@mediaone.net)')
 win.document.writeln('//For full source code, visit http://www.dynamicdrive.com')
 win.document.writeln('var message="";')
 win.document.writeln('///////////////////////////////////')
 win.document.writeln('function clickIE() {if (document.all) {(message);return false;}}')
 win.document.writeln('function clickNS(e) {if ')
 win.document.writeln('(document.layers||(document.getElementById&&!document.all)) {')
 win.document.writeln('if (e.which==2||e.which==3) {(message);return false;}}}')
 win.document.writeln('if (document.layers)')
 win.document.writeln('{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}')
 win.document.writeln('else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}')
 win.document.writeln('// --></script>')
 win.document.write('<center>')
 win.document.write('<table class="pixmenutbl" bgcolor="white" align="center" border="1" cellpadding="2" cellspacing="0" width="200" height="255" style="BORDER-COLLAPSE: collapse; mso-padding-alt: 0in 5.4pt 0in 5.4pt">')
 win.document.write('<tr><td align="center">')
 win.document.write('<img src="http://members.cox.net/d3zine/chikahan/girls/'+USERNICK+'.jpg">')
 win.document.write('</td></tr></table>')
 win.document.write('<font face="verdana, arial" size=2 color="black">')
 win.document.write('<p><b>'+USERNICK+'</b> ')
 win.document.write('</font>')
 win.document.write('</center>')
 win.document.write('</body>')
 win.document.write('</html>')
 win.document.close()

 //document.location=document.referrer
 //document.location="intro.html"

 return true
}            



















