<!--
var U = "campanha/index.html";

var X = 100;
var Y = 100;
var W = 656;
var H = 453;
var s="resizable,left="+X+",top="+Y+",screenX="+X+",screenY="+Y+",width="+W+",height="+H;
function popMe(){
var SGW = window.open(U,'TheWindow',s)
}
//   --> 