function fPrint(url){
	window.open(url,'alutecnos_stampa','scrollbars=yes,width=700,height=600,resizable=yes');
}



function stampa(url) {
  window.open(url,'stampa_alutecnos','scrollbars=yes,width=680,height=450');
}

function contatti(url) {
  window.open(url,'contatti_alutecnos','scrollbars=yes,width=565,height=480');
}

function popup(url) {
  window.open(url,'popup_alutecnos','scrollbars=yes,width=565,height=480');
}

function popregione(page) {
url='page.php?pageid='+page;  
  window.open(url,'popregione_alutecnos','scrollbars=yes,width=565,height=450');
}
