// tst01.js
// pop window
function evpop1(url,wid,ht )
{
	var ft1 = "width="+wid+","+"height="+ht+","+"location=yes,menubar=yes,status=yes,toolbar=yes,resizable=yes,scrollbars=yes";
 	var win1 = window.open(url,"", ft1);
	return false;
}

function dx599()
{
	this.onload = '';
	this.onresize = '';
	this.onscroll = '';
	this.onmove = '';
	return;
}

function preload()
{
	return;
}

