function OpenWindow( isURL )
{
	window.open( isURL, '', 'width=800,height=600' );
}
