/*
	Standards Compliant Rollover Script
	Author : Daniel Nolan
	http://www.bleedingego.co.uk/webdev.php
*/

function openWindow(clocation,wNo) {
	var wName;
	wName="win"+wNo;
	var scriptwin=window.open(clocation,wName,'toolbar=no,scrollbars=yes,location=no,resizable=yes,status=no,width=600');
}

