// JavaScript Document

<!--

function res(theurl) {

if ((screen.width>=1024) && (screen.height>=768))
{
	
gallery_window=window.open(theurl,"hires_win","width=1024,height=768,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");
gallery_window.focus();


}
else
{
  
gallery_window=window.open(theurl,"lowres_win","width=707,height=530,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no");
gallery_window.focus();
}

}

//-->

