// JavaScript Document
function openWin(){
	newwindow = window.open("campaign.html","popup","resizable=no, scrollbars=yes, width=516, height=600");
	newwindow.focus();
}


