function news_de(url)
{
var width = screen.width;
var height = screen.height;
var specs = "fullscreen=yes,left=0,top=0,screenX=0,screenY=0";
specs += ",width=" + width + ",height=" + height;
specs += ",scrollbars=yes,toolbar=no,menubar=no";
specs += ",status=no,location=no";
specs += ",directories=no,resizable=yes,alwaysRaised";
specs += ",innerHeight=" + height + ",innerWidth=" + width;
var Popup = window.open("index.cfm/fuseaction/home.shownews.cfm", 'ifgroup', specs);
}

function news_us(url)
{
var width = screen.width;
var height = screen.height;
var specs = "fullscreen=yes,left=0,top=0,screenX=0,screenY=0";
specs += ",width=" + width + ",height=" + height;
specs += ",scrollbars=yes,toolbar=no,menubar=no";
specs += ",status=no,location=no";
specs += ",directories=no,resizable=yes,alwaysRaised";
specs += ",innerHeight=" + height + ",innerWidth=" + width;
var Popup = window.open("../ifpage_us/?fuseaction=home.shownews", 'ifgroup', specs);
}

function news_cn(url)
{
var width = screen.width;
var height = screen.height;
var specs = "fullscreen=yes,left=0,top=0,screenX=0,screenY=0";
specs += ",width=" + width + ",height=" + height;
specs += ",scrollbars=yes,toolbar=no,menubar=no";
specs += ",status=no,location=no";
specs += ",directories=no,resizable=yes,alwaysRaised";
specs += ",innerHeight=" + height + ",innerWidth=" + width;
var Popup = window.open("../ifpage_cn/?fuseaction=home.shownews", 'ifgroup', specs);
}
