/* 
JavaScript Document Created 10-24-2005
Carlos Espinal

*/

var win=null;

function popWin(mypage,myname,w,h,scroll,pos,resize){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable='+resize+'';
win=window.open(mypage,myname,settings);}

//Open full
function fullWin(mypage,myname,w,h,scroll,pos,resize){
	if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
	if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
	else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',fullscreen=1,scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable='+resize+'';
	win=window.open(mypage,myname,settings);
	}
/*
            popWin(mypage,myname,w,h,scroll,pos,resize)
"javascript:popWin('popup.html','NEWS','371','268','NO','center','no');"
*/

function closeFull(){

  //opener.document.location = 'page.html';
  //top.opener.history.back();
  //top.opener.history.go(-1);
  top.window.close();
}

function embedFlashMainMov() {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="100%" HEIGHT="100%" ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="mainLausell.swf">\n');
    document.write('<PARAM NAME=menu VALUE=false>\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=scale VALUE=noscale>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#5F321B>\n');
	document.write('<EMBED src="mainLausell.swf" menu=false quality=high scale=noscale bgcolor=#5F321B  WIDTH="100%" HEIGHT="100%" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>\n');
}

function working(){
	alert("Esta sección está inactiva. Vuelva Pronto.")  
}
