document.write ("<DIV id=STATICMENU style='Z-INDEX: 999; RIGHT: 0px; VISIBILITY: visible; WIDTH: 80px; POSITION: absolute; TOP: 259px; HEIGHT: 203px;'>");
document.write ("<table width='100%' border='1' cellpadding='0' cellspacing='0' bordercolor='#cccccc'>");


document.write ("<tr>");
document.write ("<td bgcolor='#cccccc' height='20'><div style='padding:0 0 0 10px; color:#FFFFFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif;'>SKYPE</div></td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td style='padding:7px; ' bgcolor='#FFFFFF'>");
document.write ("<!--skype-->");
document.write ("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
     
document.write ("<tr>");
document.write ("<td width='15'><img src='http://www.cooolite.com/images/p_skype.jpg' width='14' height='14'></td>");
document.write ("<td><a href='callto://cooolite_alex/' target=_blank>alex</a></td>");
document.write ("</tr>");

document.write ("<tr>");
document.write ("<td width='15' height='15'></td>");
document.write ("<td></td>");
document.write ("</tr>");

document.write ("<tr>");
document.write ("<td width='15'><img src='http://www.cooolite.com/images/p_skype.jpg' width='14' height='14'></td>");
document.write ("<td><a href='callto://cooolite_sales01/' target=_blank>sales01</a></td>");
document.write ("</tr>");

document.write ("<tr>");
document.write ("<td width='15' height='15'></td>");
document.write ("<td></td>");
document.write ("</tr>");


document.write ("<tr>");
document.write ("<td width='15'><img src='http://www.cooolite.com/images/p_skype.jpg' width='14' height='14'></td>");
document.write ("<td><a href='callto://cooolite_sales02/' target=_blank>sales02</a></td>");
document.write ("</tr>");

document.write ("<tr>");
document.write ("<td width='15' height='15'></td>");
document.write ("<td></td>");
document.write ("</tr>");
	 
document.write ("<tr>");
document.write ("<td width='15'><img src='http://www.cooolite.com/images/p_skype.jpg' width='14' height='14'></td>");
document.write ("<td><a href='callto://cooolite_sales03/' target=_blank>sales03</a></td>");
document.write ("</tr>");

document.write ("</table>");
document.write ("<!--skype-->");
document.write ("</td>");
document.write ("</tr>");
document.write ("</table>");
document.write ("</DIV>");



var verticalpos="frombottom"
function JSFX_FloatTopDiv()
{
var startX =0,
startY = 459;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id)
{
  var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.divs[id];
  if(d.divs)el.style=el;
  el.sP=function(x,y){this.style.right=x;this.style.top=y;};
  el.x = startX;
  if (verticalpos=="fromtop")
  el.y = startY;
  else{
  el.y = ns ? pageYOffset + innerHeight : document.documentElement.scrollTop + 
document.documentElement.clientHeight;
  el.y -= startY;
  }
  return el;
}
window.stayTopright=function()
{
  if (verticalpos=="fromtop"){
  var pY = ns ? pageYOffset : document.documentElement.scrollTop;
  ftlObj.y += (pY + startY - ftlObj.y)/8;
  }
  else{
  var pY = ns ? pageYOffset + innerHeight : document.documentElement.scrollTop + 
document.documentElement.clientHeight;
  ftlObj.y += (pY - startY - ftlObj.y)/8;
  }
  ftlObj.sP(ftlObj.x, ftlObj.y);
  setTimeout("stayTopright()", 10);
}
ftlObj = ml("STATICMENU");
stayTopright();
}
JSFX_FloatTopDiv();


