
function myOpen( imagepath ) {
    var newWin = window.open( imagepath );
	if( !newWin )
		alert( "Please bypass or disable your popup blocker" );
}


