var wParam="width=520, height=360, toolbar=0,directories=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0";
var targetURL="campaign_cm.html";

function windowOpen() {
	newWin=window.open(targetURL,"newWin",wParam);
}


function JS_windowClose() {
	window.self.close();
}
