//-- lang.js: Country/language specific JS data file
//-- last updated: 7/18/00

readInfoCookie()
var name = getName(user_info)
var toprow = new Array(10)
for (var i = 0; i < toprow.length; i++ ) toprow[i] = new item(i);

var tab = new Array(15)
for (var i = 0; i < tab.length; i++ ) tab[i] = new item(i);

function item(Id){
  this.id = Id, this.label = '', this.url = '', this.image = '', this.target = '_top'
}
///-- DON'T TOUCH ABOVE THIS LINE

var strings = new Object()
strings.language_root  	=  ""
strings.print_label    	= "Printer View"
strings.mail_label     	= "Tell a Friend"
strings.mail_URL		= ora_host + "/admin/account/mail.html"
strings.rate_label     	= "Rate This Page"
strings.rate_URL		= ora_host + "/admin/account/rate.html"
strings.salesrep_label  = "Contact Us"
strings.salesrep_URL	= ora_host + "/admin/account/sales.html"
strings.subscribe_label	= "Subscribe"
strings.subscribe_URL	= ora_host + "/subscribe/subscribe_smallwindow.html"
strings.signin_label	= "Click Here"
strings.signin2_label	= "Sign In"
strings.signin_URL		= "http://partnercontent.oracle.com/admin/web_account.html"
strings.signout_label	= "Sign Out"
strings.signout_URL	= "http://oraclepartnernetwork.oracle.com/servlet/page?_pageid=16145,26650&_dad=moc&_schema=MOC"
strings.ident_label    	= "Welcome " + name
strings.mem1_label     	= "If you are not " + name + ", "
strings.mem2_label     	= " to register for a free Oracle Web account"

toprow[1].label = 'My Oracle'
toprow[1].url = 'http://www.oracle.com/elog/trackurl?d=http://my.oracle.com&di=874612'
toprow[1].image = '/admin/images/headers/personalize.gif'
toprow[2].label = 'Products'
toprow[2].url = ora_host + '/products/index.html'
toprow[2].image = '/admin/images/headers/products.gif'
toprow[3].label = 'Oracle Store'
toprow[3].url = 'http://oraclestore.oracle.com/'
toprow[3].image = '/admin/images/headers/shopcart.gif'
toprow[4].label = 'Downloads'
toprow[4].url = 'http://otn.oracle.com/software/'
toprow[4].image = '/admin/images/headers/download.gif'
toprow[5].label = 'My Profile'
toprow[5].url = 'http://partnercontent.oracle.com/admin/web_account.html'
toprow[5].image = '/admin/images/headers/profile.gif'

TopMaxVal = 5;

tab[1].label = 'Home'
tab[1].url =  'http://oraclepartnernetwork.oracle.com/'

TabMaxVal = 1;

var langjsLoad = true
//alert("Language File Loaded")





