window.name= "w_parent";

function top_write()
{
document.write('<map name="banner"> ')
document.write('<area shape = "RECT" coords = "114,56,160,113" href="http://www.skateboarding.co.il/default_skate.asp" target="_blank" alt="Skate">')
document.write('<area shape = "RECT" coords = "176,56,230,113" href="http://www.offpiste.co.il" target="_blank" alt="Snow">')
document.write('<area shape = "RECT" coords = "247,56,291,113" href="http://www.topsea.co.il/" alt="Surf" target="_blank">')
document.write('<area shape = "RECT" coords = "313,56,360,113" href="http://www.skateboarding.co.il/blade/bladers.htm">')
document.write('<area shape = "RECT" coords = "380,56,425,113" href="http://www.skateparks.co.il/ramps.htm" target="_blank" alt="Ramps">')
document.write('</map>')

//document.write('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">')
//document.write('<tr>')
//document.write('<td width="480" align="left" valign="top">')
//document.write('<a href="http://www.skipass.co.il" title="סקי-פס ציוד סקי וסנובורד" target="_blank"><img valign="top" src="http://www.skateboarding.co.il/skatboarding-america.gif" alt="" border="0"></a>');

//document.write('<a href="http://www.xschool.co.il" title="" target="_blank"><img valign="top" src="http://www.skateboarding.co.il/extremeschool.jpg" alt="מחנות סקייטבורד רולרבלייד ו BMX של NO FEAR ואדרנלין נפתחות" border="0"></a>');
}

function popThis(String)
{
var w_child = open(String,"w_child","scrollbars,resizable,height=375,width=500");
}

function popToolTip(DocHTML)
{
  var HTMLStr;
  var w_child = open("tooltip.htm","w_child","scrollbars=0,resizable,height=200,width=300");
  HTMLStr = '<html><head>';
  HTMLStr = HTMLStr + '<script language="JavaScript" src="http://www.skateboarding.co.il/skateboarding.js"></script>';
  HTMLStr = HTMLStr + '<title>מועדון הסקייטבורד והרולר הישראלי</title>';
  HTMLStr = HTMLStr + '</head><body onLoad="fitWindowSize()">';
  HTMLStr = HTMLStr + DocHTML;
  HTMLStr = HTMLStr + '</div>';
//w_child.document.body.innerHTML = HTMLStr;
w_child.document.open()
w_child.document.write (HTMLStr)
w_child.document.close()
}


function fitWindowSize() {
var isNav4, isIE4;
if (parseInt(navigator.appVersion.charAt(0)) >= 4) {
isNav4 = (navigator.appName == "Netscape") ? 1 : 0;
isIE4 = (navigator.appName.indexOf("Microsoft") != -1) ? 1 : 0;
}
if (isNav4) {
window.innerWidth = document.layers[0].document.images[0].width;
window.innerHeight = document.layers[0].document.images[0].height;
}
if (isIE4) {
window.resizeTo(500, 500);
width = 500 - (document.body.clientWidth -  document.images[0].width);
height = 500 - (document.body.clientHeight -  document.images[0].height);
window.resizeTo(width, height);
   }
}



function openGalleryImageWindow(theURL,winName) { //v2.0
  var HTMLStr;
  HTMLStr = '<html><head>';
  HTMLStr = HTMLStr + '<script language="JavaScript" src="http://www.skateboarding.co.il/skateboarding.js"></script>';
  HTMLStr = HTMLStr + '<title>מועדון הסקייטבורד והרולר הישראלי - הגלרייה</title>';
  HTMLStr = HTMLStr + '</head><body onLoad="fitWindowSize()" bgcolor="000000">';
  HTMLStr = HTMLStr + '<div style="position:absolute; left:0px; top:0px"><a alt="Click to Close" href="javascript:window.close();"><IMG src="' + theURL + '" border="0"></a></div>';
  HTMLStr = HTMLStr + '</div>';

  var w_child = open("tooltip.htm","w_child","scrollbars,resizable,height=400,width=600");
  w_child.document.open();
  w_child.document.write (HTMLStr);
  w_child.document.close();
}

