function GetOverThere()
{
	var wndL;
  wndL=window.open("../php/Login2.htm","wndLogin","toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, left=0, top=0, width=800, height=500");
	wndL.focus();
}

//slider's width
var swidth=140

//slider's height
var sheight=150

//slider's speed
var sspeed=7

var singletext=new Array()
singletext[0]='<div align="center"><font face=Verdana size=1 color="white"><a href="resaccmain.htm" target="_parent"><b>Minutes of 14th Meeting</b> <br>14th meeting of the IOMOU Committee held from 12 to 15 September 2011 in Goa, India.</a></FONT></div>'
singletext[1]='<div align="center"><font face=Verdana size=1 color="white"><a href="./php/xmldata/CIC 2011 PR.pdf" target="_blank"><b>CIC Press Release</b><br>on Structural Safety and the International Conventions on Loan Lines</a></FONT></div>'
//singletext[1]='<div align="center"><font face=Verdana size=1 color="white"><a href="resaccmain.htm" target="_parent"><b>Documents for 14th IOMOU Committee Meeting</b><br> to be held from 12 to 15 September 2011 in Goa, India</a></FONT></div>'
singletext[2]='<div align="center"><font face=Verdana size=1 color="white"><a href="resaccmain.htm" target="_parent"><b>CIC</b><br>on Structural Safety and the International Convention on Load Lines from 1st  Sept 2011 to 30th  Nov 2011.</a></FONT></div>'
singletext[3]='<div align="center"><font face=Verdana size=1 color="white"><a href="resaccmain.htm" target="_parent"><b>Guidelines and Checklist for CIC </b><br>on Structural Safety and the International Convention on Load Lines from 1st  Sept 2011 to 30th  Nov 2011.</a></FONT></div>'
singletext[4]='<div align="center"><font face=Verdana size=1 color="white"><a href="armain.htm" target="_parent"><b>Annual Report 2010</b></a></FONT></div>'
singletext[5]='<div align="center"><font face=Verdana size=1 color="white"><a href="resaccmain.htm" target="_parent"><b>Anonymous Summary of Detention Review Cases</b></a></FONT></div>'
//singletext[3]='<div align="center"><font face=Verdana size=1 color="white"><a href="./php/xmldata/CIC 2010 PR.pdf" target="_blank"><b>CIC Press Release</b><br>on HARMFUL SUBSTANCES (MARPOL Annex III, SOLAS VII and the IMDG Code) </a></FONT></div>'




if (singletext.length>1)
s=1
else
s=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",150)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",150)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[s]
if (s==singletext.length-1)
s=0
else
s++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",150)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",150)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[s])
ns4layer.document.close()
if (s==singletext.length-1)
s=0
else
s++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",150)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",150)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[s]
if (s==singletext.length-1)
s=0
else
s++
}
}
//  End -->

