var thisDIR,tmp=document.domain.indexOf('.dot.');
if(tmp!=-1){
	thisDIR=document.domain.substring(0,tmp);
}else{
	tmp=document.URL.indexOf('/r.exe/');
	if(tmp!=-1) thisDIR=document.URL.substring(0,tmp);
	else thisDIR=document.URL.substring(0,document.URL.lastIndexOf('/'));
	thisDIR=thisDIR.substring(thisDIR.lastIndexOf('/')+1,thisDIR.length);
}
/*
sc="";
if(thisDIR=='aa')sc="dd{white-space:nowrap;}";
else sc="dd{font-family:monospace;word-wrap:break-word;font-size:90%;line-height:120%;}";
if(thisDIR=='project' || thisDIR=='inform')sc=sc+"i{color:#dddddd}";
if(sc!="")document.write("<style>",sc,"</style>");
*/

function P(a,b){
	if(a=='')a=thnum;
	window.open(((document.URL.indexOf('/r.exe/')!=-1)?'../':'')+'p.cgi?'+a+'.'+b,'Po','width=400,height=350,resizable=1,scrollbars=1,status=1');
}
