// JavaScript Document


//campaign
RefHref2="";
function RefOpen(RefHref2){
var RefWin=window.open(RefHref2,'RefWin2','scrollbars=no,resizable=no,width=600,height=588');
if(navigator.appVersion.charAt(0)==2){RefWin=window.open(RefHref2,'RefWin2','scrollbars=no,resizable=no,width=600,height=588')};
if(navigator.appVersion.charAt(0)>=3){RefWin.focus()}};

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

//mobile
function OpenWinCAMPAIGN(){
	win1=window.open("/campaign/index.html","MOBILE","width=600,height=588,scrollbars=no,resizable=no");
}

