function openwin(strURL)
{
	window1=window.open(strURL,'title','scrollbars=yes,resizable=yes,width=600,height=450');
}
