/*
 * Palerm s.a | todos los derechos reservados.
 * Queda prohibida la utilización de este fichero a terceros sin autorización previa.
 * Autor: Softbal s.l - 2006
 */ 
 
var D=document,DGBI=function(id){return D.getElementById(id)}
function JP_newWindow(t,l,h,w,p,src,brdStyle,id,alt){
	if(!DGBI(id)){
		var fragHTML=D.createDocumentFragment()
		var NW=D.createElement("div");NW.id=id;
		with(NW.style){
			position="absolute";top=(D.body.scrollHeight/2)+"px";left="50%";width=w+"px";height=h+"px"
			borderWidth="2px";borderStyle="ridge";borderColor="ThreeDFace"
			marginLeft=parseInt(-(w/2))+"px";marginTop=parseInt(-(h/2))+"px"
		}
		NW.innerHTML="<div style='background:#ddd url(imgs/fndMenu.gif) repeat-x;padding:2px;clear:both;height:21px;'><span style='float:left;'><b>"+alt+"</b></span><span style='float:right;' ><button class='close' onclick='JP_removeWindow(\""+id+"\")'>X</button></span></div><iframe src='"+src+"' width='"+(w-2)+"' height='"+(h-27)+"' frameborder='0' scrolling='auto' style='background: #fff;border: 1px inset ThreeDFace' />"+alt+"</iframe>"
		fragHTML.appendChild(NW)
		DGBI("global").appendChild(fragHTML);
	}
}
function JP_removeWindow(elem){
		try{DGBI("global").removeChild(DGBI("black"))}catch(e){}
		DGBI("global").removeChild(DGBI(elem))
		D.body.style.overflow="auto"
}
function JP_display(arg){
	var arg=JP_display.arguments;
	for(var i=0;i<arg.length;i+2){
		var stl
		if(arg[i+1]=='b'){stl="block"}else if(arg[i+1]=='n'){stl="none"}else if(arg[i+1]=='i'){stl="inherit"}
		if(DGBI(arg[i])){DGBI(id).style.display=stl}
	}
}
function JP_showProduct(id){
	var dProd=new Array("pd1","pd2","pd3","pd4","pd5","pd6","pd7","pd8","pd9","pd10","pd11","pd12")
	for(var i=0;i<dProd.length;i++){
		try{if(id==dProd[i]){DGBI(id).style.display="block"} else{DGBI(dProd[i]).style.display="none"}} catch(e){}
	}
}