
//------------------
// 
//------------------

function func1( testmode )
{
	path1 = testmode?
		"http://localhost/ptawk/ent1.cgi" :
		"http://tespta.rejec.net/ent1.cgi";
	document.write( ' \
<meta http-equiv="Content-Style-Type" content="text/css"> \
<link rel="stylesheet" href="./1.css" type="text/css"> \
</head>	\
\
<frameset noresize rows="*" frameborder="0" framespacing="0" border="2"> \
	<frame noresize name="u" src=' + path1 + ' scrolling="auto"> \
	<noframes> \
		<body> \
		<li><a href="' + path1 + '"></a>' + path1 + '</li> \
		</body> \
	</noframes> \
</frameset><noframes></noframes> \
\
</html>	\
' );

}



