function new_window(src, width, height) {
	window.open(src, '', "width=" + width + ",height=" + height + ",scrollbars=yes");
}

function popup(url) {
featuresWindow = window.open(url,"popUpWin","toolbar=no,resizable=yes,scrollbars=no,location=no,width=400,height=400,left=10,top=10");
        }	
		
//specify images
var slideimages=new Array("images/tigeheader.jpg","images/sub_header_road.jpg","images/sub_header.jpg","images/sub_headerour_boats.jpg","images/sub_header_dealer_login.jpg","images/sub_header_fun_stuff.jpg","images/sub_header_media_login.jpg","images/sub_header_nautique_news.jpg","images/sub_header_owner_info.jpg","images/sub_header_partner_links.jpg","images/sub_header_contact_us.jpg")

//specify corresponding links
var slidelinks=new Array("hello.php","hello.php","hello.php","hello.php","hello.php","hello.php","hello.php","hello.php","hello.php","hello.php","hello.php")