function winOPEN(strURL)
{
	window.open(strURL, 'winOPEN', 'scrollbars=yes, resizable=yes, status=yes');
}
