<!-- 
// Manually coded Function to control the ...
// Copyright 2005 Chris Luckcuck
function loadbrowser(url) {
var base_url = '../Image_Browser/product_images.php?prod_type=';
var xname = 'RayEansEngineering';
var xwidth = screen.availWidth;
var xhieght = screen.availHeight;
var xposl = '0';
var xpost = '0';
var optstrg = ' channelmode=1,directories=0,fullscreen=0,location=1,menubar=0,resizable=1,scrollbars=1,status=1,titlebar=0,toolbar=0,width=' + xwidth +',height=' + xhieght + ',left=' + xposl + ',top=' + xpost;
var url1 = base_url + url;
launchbrower = window.open(url1,xname,optstrg);
launchbrower.focus();
}
//-->