// JavaScript Document
if(document.images){
	
top_off=new Image; top_off.src="img/top/btn_top_off.jpg";
top_on=new Image; top_on.src="img/top/btn_top_on.jpg";
greeting_off=new Image; greeting_off.src="img/top/btn_greeting_off.jpg";
greeting_on=new Image; greeting_on.src="img/top/btn_greeting_on.jpg";
order_off=new Image; order_off.src="img/top/btn_order_off.jpg";
order_on=new Image; order_on.src="img/top/btn_order_on.jpg";
download_off=new Image; download_off.src="img/top/btn_download_off.jpg"
download_on=new Image; download_on.src="img/top/btn_download_on.jpg"
contact_off=new Image; contact_off.src="img/top/btn_contact_off.jpg";
contact_on=new Image; contact_on.src="img/top/btn_contact_on.jpg"

}else{
	
top_off=""
top_on=""
greeting_off=""
greeting_on=""
order_off=""
order_on=""
download_off=""
download_on=""
contact_off=""
contact_on=""

document.top=""
document.greeting=""
document.order=""
document.download=""
document.contact=""
}

function openWindow(html, windowName, windowSize) {
	openWindow = window.open(html, windowName, windowSize);
	openWindow.focus()
}

function openWindowInterRate() {
	openWindow = window.open('inter_ship_rates.htm','ship_rate','width=1010, height=700, scrollbars=yes');
	openWindow.focus()
}

function openWindowItems() {
	openWindow = window.open('items.htm', 'items', 'width=640, height=600, scrollbars=yes');
	openWindow.focus()
}

function openWindowContact() {
	openWindow = window.open('contact.htm', 'items', 'width=330, height=500, scrollbars=yes');
	openWindow.focus()
}

function openWindowSurvey() {
	openWindow = window.open('survey.htm', 'items', 'width=300, height=300, scrollbars=yes');
	openWindow.focus()
}

function openWindowFAQ() {
	openWindow = window.open('faq.htm', 'items', 'width=600, height=400, scrollbars=yes');
	openWindow.focus()
}

function openWindowNews() {
	openWindow = window.open('news.htm', 'items', 'width=600, height=600, scrollbars=yes');
	openWindow.focus()
}

function openWindowComments() {
	openWindow = window.open('https://www.opasshop.com/formmail/enuskin/comment/comment.htm', 'items', 'width=500, height=400, scrollbars=yes');
	openWindow.focus()
}

function openWindowHowtoOrder() {
	openWindow = window.open('pro_order/howto_order1.htm', 'items', 'width=800, height=550, scrollbars=yes');
	openWindow.focus()
}

function chgImg(thisImg, newImg){
	document[thisImg].src = eval(newImg + ".src");	
}

function submitTrack()
{
	document.trackForm.method="GET";
	document.trackForm.action="http://www.dhl-usa.com/cgi-bin/tracking.pl";
	document.trackForm.submit();
}

function submitTrack2()
{
	document.trackForm2.method="POST";
	document.trackForm2.enctype="x-www-form-urlencoded"
	document.trackForm2.action="http://wwwapps.ups.com/etracking/tracking.cgi";
	document.trackForm2.submit();
}