<!--

var CR
var ss
function create(s)
{
ss=s
	if ((!CR)||(CR.closed))
	{
		CR = window.open("index_p.html","WCR");
		 
		CR.focus();
		
		return true
	}
	else
	{
		CR.close()
	}

}

//-->
