// CODE 2008  -  codestart.js     para flash




<!-- Begin
function blockError(){

window.status = "There is a javascript error on this page.  Please e-mail the website owner of this page and inform him of this.";

return true;}

window.onerror = blockError;
//  End -->




<!--

// ERROR

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}



//window.open = SymWinOpen;



// End -->




// Change border - borderWidth=0;
<!--
if (document.all){
 with (window.document.body.style){
 borderWidth=6; 
 borderStyle='inset';
 borderColor='#EEC88A';  
 }
}
<!--  dotted, dashed, solid, double, groove, ridge, inset, outset  -->




<!--

// botões rato


document.oncontextmenu = new Function ("return false");



//   -->



<!--


window.locationbar.visible=false;
window.toolbar.visible=false;
window.personalbar.visible=false;
window.menubar.visible=false;


//   -->




<!--


moz-scrollbars-none  //firefox

document.body.scroll="no"  //I.E.
document.body.style.cursor="default" 


document.write('<SCRIPT LANGUAGE="JavaScript" TYPE="TEXT/JAVASCRIPT" src="./data/jtcode1.js"><\/SCRIPT>')


//-->




<!--

// window  open


function nph_open_window(url, name, feature)
{
window.open(url, name, feature);
}


//-->


 
<!--

// fameset cols - resol screen.width X screen.height


//<FRAMESET ID="fs1" ROWS="100, *">           
//<FRAMESET ID="fs2" COLS="20%, *">    (resol actual - 1024)/2


{if (screen.width<1152)  top.document.body.cols = '  0,1024, *';}
{if (screen.width==1152) top.document.body.cols = ' 64,1024, *';}
{if (screen.width==1280) top.document.body.cols = '128,1024, *';}
{if (screen.width==1600) top.document.body.cols = '288,1024, *';}
{if (screen.width==1792) top.document.body.cols = '384,1024, *';}
{if (screen.width==1800) top.document.body.cols = '388,1024, *';}
{if (screen.width==1920) top.document.body.cols = '448,1024, *';}
{if (screen.width==2048) top.document.body.cols = '512,1024, *';}
{if (screen.width>2048)  top.document.body.cols = '600,1024, *';}

{if (screen.width>1152 && screen.width<1280)  top.document.body.cols = ' 100,1024, *';}
{if (screen.width>1280 && screen.width<1600)  top.document.body.cols = ' 200,1024, *';}
{if (screen.width>1600 && screen.width<1792)  top.document.body.cols = ' 380,1024, *';}
{if (screen.width>1792 && screen.width<1800)  top.document.body.cols = ' 380,1024, *';}
{if (screen.width>1800 && screen.width<1920)  top.document.body.cols = ' 410,1024, *';}
{if (screen.width>1920 && screen.width<2048)  top.document.body.cols = ' 475,1024, *';}

//top.document.getElementById('fs2').cols = 'screen.width,1024, *';
//top.document.all.fs2.cols = 'screen.width,1024, *'
//top.document.body.cols = 'screen.width,1024, *'

//   -->





// maximises

<!--
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}

//-->



<!--

// 2006                  resol screen.width X screen.height 


	self.onError=null;
	Explorer = (document.all) ? 1: 0;
	Netscape = (document.layers) ? 1 : 0;
	cY = lY = 0;
	function windowPos() {
		if(Explorer) { Yz = document.body.scrollTop; }
		if(Netscape) { Yz = self.pageYOffset; }
		if(Yz != lY) {
			myWay = (Yz - lY)/10;
			if(myWay > 0) {
				myWay = Math.ceil(myWay);
			} else {
				myWay = Math.floor(myWay);
			}
			if(Explorer) document.all.add.style.pixelTop += myWay;
			if(Netscape) document.add.top += myWay; 
			lY = lY + myWay;
		}
	}
      if (Netscape) leveys = window.innerWidth;
      if (Explorer) leveys = document.body.scrollWidth;
      // ikkunax = (leveys / 2) + 190;

      //ikkunax =  -640;
      //ikkunay =    45;

      ikkunax =     430;
      ikkunay =       2;

/////////////////////////////////////////////////////////

if (screen.width>1024) ikkunax = ikkunax + (screen.width -1024)/2

if (screen.height>768) ikkunay = ikkunay + (screen.height -768)/2

/////////////////////////////////////////////////////////
 
 
      htmltag = '<div ID="add" align="center" style="left: ' + ikkunax + 'px; top: ' + ikkunay
      htmltag = htmltag + 'px; position: absolute; z-index:0;return;">'
      
	document.write (htmltag)
	if(Explorer) window.setInterval("windowPos()",10);
	if(Netscape) window.setInterval("windowPos()",100);



if (screen.width<1024 || screen.width>1280)
{

//document.write('Screen:<br>')
document.write('<form name="form">')
document.write('<select onChange="window.location.href = document.form.link.options[document.form.link.selectedIndex].value;" width="98" size="1" name="link">')
document.write('<option value="javascript:">Screen:</option>')
document.write('<option value="javascript:parent.window.resizeTo(640,480)">640x480</option>')
document.write('<option value="javascript:parent.window.resizeTo(800,600)">800x600</option>')
document.write('<option value="javascript:parent.window.resizeTo(1024,768)">1024x768</option>')
document.write('<option value="javascript:parent.window.resizeTo(1280,1024)">1280x1024</option>')
document.write('<option value="javascript:parent.window.resizeTo(1600,1200)">1600x1200</option>')
document.write('<option value="javascript:parent.window.resizeTo(1800,1440)">1800x1440</option>')
document.write('</select>')
document.write('</form>')


UserWidth = window.screen.width
UserHeight = window.screen.height
UserWidth = "Screen Width = " + UserWidth
UserHeight = " Screen Height = " + UserHeight

alert(UserWidth + UserHeight + 
'    [Screen:  optimized to 1024 x 768 pixels]')


}

//-->





<!--   2006  blink  java script

function doBlink() {
	var blink = document.all.tags("BLINK")
	for (var i=0; i<blink.length; i++)
		blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" 
}

function startBlink() {
	if (document.all)
		setInterval("doBlink()",1000)
}
window.onload = startBlink;Type();init;

// -->