function  openBlueEdgeExamples() 
{
	var width = screen.width;
	var the_availWidth = screen.availWidth;
	var location = window.location.host;
	 if (width=='1024' || width=="1024" || width=="1024") 
	{
		var hires = 'http://'+location+'/mmedia/blue_edge_example/hires.htm';
		//alert(hires);
		window.open(hires,'hires','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=905,height=490'); return false;
	}
	else if (width=='800' || width=="800" || width=="800") 
	{
		var lores = 'http://'+location+'/mmedia/blue_edge_example/lores.htm';
		//alert(lores);
		window.open(lores,'lores','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=660,height=360'); return false;
	}
	else  
	{	
		var hires = 'http://'+location+'/mmedia/blue_edge_example/hires.htm';
		//alert(hires);
		window.open(hires,'hires','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=905,height=490'); return false;
	}
}
