var str=new Array()
str[0]='Cars AVAILABLE for sale at present'
str[1]='Cars AVAILABLE for sale at present'
str[2]='Car Order Form and List of Ordered Cars'
str[3]='Check prices for vehicles in USA'
str[4]='Shipment of Vehicles from USA - Procedure'
str[5]='Current Schedule of Car Shipping'
str[6]='Contract and other Documents: files and information'
str[7]='How to contact us? and Newsletter subscription'
str[8]='Information about Poseidon Company'
str[9]='Regional Representatives of our Company: Contact Information'
str[10]='Frequently Asked Questions'
str[11]='Archive of News and Announcements'
str[12]='View our Photo Gallery'
str[13]='Login for Authorized Users only'
str[14]='Detailed Car Description & Photos'
str[15]='Poseidon Auto Group - New York'
str[16]='Order Car Parts'
str[17]='Auctions Schedule'

function regenerate(){
window.location.reload()
}

function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",150)
}

function ctxt(whichContent){
if (document.all)
descriptions.innerHTML='<i>'+whichContent+'</i>'
else if (document.layers){
document.d1.document.d2.document.write('<i>'+whichContent+'</i>')
document.d1.document.d2.document.close()
}
}
