
var path = "http://www.windsurfingsales.com.au/img/www/interface";

var hold = new Image();
var home = new Image(); home.src = path + "/nav_home1.gif";
var products = new Image(); products.src = path + "/nav_products1.gif";
var about = new Image(); about.src = path + "/nav_about1.gif";
var faq = new Image(); faq.src = path + "/nav_faq1.gif";
var nice = new Image(); nice.src = path + "/nav_nice1.gif";
var contact = new Image(); contact.src = path + "/nav_contact1.gif";

function imageZoom(img_path, img_width, img_height){
	mywidth = img_width + 20;
	myheight = img_height + 20;
	if(w)w.close();
	var w = eval("window.open(img_path, 'windsurfingsales', 'width="+mywidth+",height="+myheight+"');");
	w.focus();
	}