<!-- //
// popup window

function popUp(url,nHeight,nWidth, sResize, sMenu, sWindowName) {

	//alert("URL=" + url);
	if (sWindowName == "") {
		sWindowName = "popup";
	}

	if (nHeight == "kaon") {
		nHeight=460;
		nWidth=440;
		sResize="no";
		sMenu="no";

	} else if (nHeight == "coupon") {
		nHeight=400;
		nWidth=553;
		sResize="yes";
		sMenu="yes";

	} else {
		if (nHeight == "") {
			nHeight=400;	
		}
		if (nWidth == "") {
			nWidth=553;	
		}
		if (sResize == "" || sResize == "no") {
			sResize = "no";	
		}
		if (sMenu == "" || sMenu == "no") {
			sMenu = "no";	
		}
	}	

        if(top.browser=="explorer") {
	        top.PoppedWin=window.open(url,sWindowName,'toolbar='+sMenu+',location='+sMenu+',directories=no,status='+sMenu+',menubar='+sMenu+',scrollbars='+sResize+',resizable='+sResize+',copyhistory=no,width='+nWidth+',height='+nHeight);
        } else {
	        top.PoppedWin=window.open(url,sWindowName,'toolbar='+sMenu+',location='+sMenu+',directories=no,status='+sMenu+',menubar='+sMenu+',scrollbars='+sResize+',resizable='+sResize+',copyhistory=no,width='+nWidth+',height='+nHeight);top.PoppedWin.focus();
        }
}

function popUpMessage(url,nHeight,nWidth, sResize, sMenu, sWindowName, sMessage) {

	if (sWindowName == "") 
	{
		sWindowName = "popup";
	}

	if (nHeight == "kaon") 
	{
		nHeight=460;
		nWidth=440;
		sResize="no";
		sMenu="no";

	} 
	else if (nHeight == "coupon") 
	{
		nHeight=400;
		nWidth=553;
		sResize="yes";
		sMenu="yes";

	} 
	else 
	{
		if (nHeight == "") {
			nHeight=400;	
		}
		if (nWidth == "") {
			nWidth=553;	
		}
		if (sResize == "" || sResize == "no") {
			sResize = "no";	
		}
		if (sMenu == "" || sMenu == "no") {
			sMenu = "no";	
		}
	}	
	
	if (confirm(sMessage))
	{
		if(top.browser=="explorer") 
		{
		    top.PoppedWin=window.open(url,sWindowName,'toolbar='+sMenu+',location='+sMenu+',directories=no,status='+sMenu+',menubar='+sMenu+',scrollbars='+sResize+',resizable='+sResize+',copyhistory=no,width='+nWidth+',height='+nHeight);
		} 
		else 
		{
		    top.PoppedWin=window.open(url,sWindowName,'toolbar='+sMenu+',location='+sMenu+',directories=no,status='+sMenu+',menubar='+sMenu+',scrollbars='+sResize+',resizable='+sResize+',copyhistory=no,width='+nWidth+',height='+nHeight);top.PoppedWin.focus();
		}
    }
}


function SynOpenWinV5FJPX_2409()
{
   window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?Tentoe=V5FJPX-2409&ParentUrl=' + escape(window.location.href),'_blank', 'width=536,height=525,scrollbars=no,toolbar=no,personalbar=no,statusbar=no,directories=no,location=no,resizable=no,menubar=no,locationbar=no');
}
//document.writeln('<a href="#" onclick="return SynOpenWinV5FJPX_2409();"><img src="http://syndicate.tentoe.com/Syndicate/SynImage?Tentoe=V5FJPX-2409" border=0></a>');

function SynOpenWinIDC31G_2145()
{
   window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?Tentoe=IDC31G-2145&ParentUrl=' + escape(window.location.href),'_blank', 'width=536,height=525,scrollbars=no,toolbar=no,personalbar=no,statusbar=no,directories=no,location=no,resizable=no,menubar=no,locationbar=no');
}
//document.writeln('<a href="#" onclick="return SynOpenWinIDC31G_2145();"><img src="http://syndicate.tentoe.com/Syndicate/SynImage?Tentoe=IDC31G-2145" border=0></a>');


//-->
