<!--

window.focus();
window.defaultStatus="Soteck SRL -  produzione, restauro, vendita porte e portoni";


function winOp(wSrc,wW,wH){
if (typeof theWin == "object"){theWin.close()}
theWin = window.open(wSrc,"jswinOp","status=0,scrollbars=1,width="+wW+",height="+wH);
//theWin.moveTo((screen.availwidth - wW)/2,(screen.availheight - wH)/2);
theWin.focus();
}

function privacy(){
	winOp("main.php?view=privacy&noContext=1",280,320);
	}


function about(){
	winOp("about.htm",640,100);
	}
function dove(){
	winOp("dove.htm",640,550);
	}

function view(id){
if(id){
	//op = (((id+1)-1)==id)?'id':'img';
	op='view';
	winOp("viewer.php?"+op+"="+id);
}
}

	

//-->

