/*nifty corners layout*/

window.onload=function(){
Nifty("div#contenedor","transparent fixed-height");
Nifty("div#senia","transparent fixed-height");
Nifty("div#contenedor_servicios","transparent fixed-height");
Nifty("div#menu_obras","transparent fixed-height");
Nifty("div#contenedor_footer","fixed-height,transparent");
} 
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function Launch(page, width, height) { 
	OpenWin = this.open(page, "FichaTecnica", "toolbar=no, menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (	  screen.width/2 - width/2) + "\""); 
	} 