function openURL( url, title, options )
{
	try
	{
//	    options = options + ', width=' + (screen.availWidth - 50).toString();
//		options = options + ' , height=' + (screen.availHeight - 150).toString(); // add handlers to grab screen size and proportion child window appropirately
//		options = options + ',screenX=25,screenY=50,left=25,top=50';
		options = options + ', width=900, height=675, screenX=100, screenY=100, left=100, top=100';
		var popup = window.open( url, title, options );
		if ( popup == null )
			return false;
		if ( window.opera ) {
			if (!popup.opera) return false;
		}
		
	}
	catch(err)
	{
		return false;
	}
	return true;
}

function openURL2( url, title, options )
{
	try
	{
//	    options = options + ', width=' + (screen.availWidth - 50).toString();
//		options = options + ' , height=' + (screen.availHeight - 150).toString(); // add handlers to grab screen size and proportion child window appropirately
//		options = options + ',screenX=25,screenY=50,left=25,top=50';
		options = options + ', width=900, height=650, screenX=100, screenY=100, left=100, top=100';
		var popup = window.open( url, title, options );
		if ( popup == null )
			return false;
		if ( window.opera ) {
			if (!popup.opera) return false;
		}
		
	}
	catch(err)
	{
		return false;
	}
	return true;
}

function openURL3( url, title, options )
{
	try
	{
//	    options = options + ', width=' + (screen.availWidth - 50).toString();
//		options = options + ' , height=' + (screen.availHeight - 150).toString(); // add handlers to grab screen size and proportion child window appropirately
//		options = options + ',screenX=25,screenY=50,left=25,top=50';
		options = options + ', width=900, height=450, screenX=100, screenY=100, left=100, top=100';
		var popup = window.open( url, title, options );
		if ( popup == null )
			return false;
		if ( window.opera ) {
			if (!popup.opera) return false;
		}
		
	}
	catch(err)
	{
		return false;
	}
	return true;
}

function openURL4( url, title, options )
{
	try
	{
//	    options = options + ', width=' + (screen.availWidth - 50).toString();
//		options = options + ' , height=' + (screen.availHeight - 150).toString(); // add handlers to grab screen size and proportion child window appropirately
//		options = options + ',screenX=25,screenY=50,left=25,top=50';
		options = options + ', width=900, height=650, screenX=100, screenY=100, left=100, top=100';
		var popup = window.open( url, title, options );
		if ( popup == null )
			return false;
		if ( window.opera ) {
			if (!popup.opera) return false;
		}
		
	}
	catch(err)
	{
		return false;
	}
	return true;
}
