function openWindow(strURL)
{
	leftPos = 0;
	if(screen)
	{
		leftPos = screen.width-610
	}
	window.open(strURL,'popwin','status=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600,left='+leftPos+',top=0');

}
