<!-- 
var U = "arq_tapetes/orc/orcamento.htm"; 

var X = 100; 
var Y = 100; 
var W = 630; 
var H = 500; 
var s="resizable,left="+X+",top="+Y+",screenX="+X+",screenY="+Y+",width="+W+",height="+H; 
function popMe(){ 
var SGW = window.open(U,'TheWindow',s) 
} 
//   -->