/* All Rights Reserved MORPHLUX 2003 */
//==================================================//
// External popup window Constructor //
//==================================================//
function focusLink(theURL)
{
var newwindow;
newwindow=window.open(theURL,'links','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=450,height=400');
if (window.focus) 	
{
newwindow.focus();
}
}

function focusNJP(theURL)
{
var newwindow;
newwindow=window.open(theURL,'flash','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=550,height=400');
if (window.focus) 	
{
newwindow.focus();
}
}

function focusYR(theURL)
{
var newwindow;
newwindow=window.open(theURL,'flash','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=688,height=500');
if (window.focus) 	
{
newwindow.focus();
}
}

function focusExLink(theURL)
{
var newwindow;
newwindow=window.open(theURL,'links','toolbar=no,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=450,height=400');
if (window.focus) 	
{
newwindow.focus();
}
}
