<!-- Hide script from old browsers

function openWin(url, title)	
{
	childW = window.open(url,title);
}

// end script hiding -->

