/*
	Standards Compliant Rollover Script
	Author : Daniel Nolan
	http://www.bleedingego.co.uk/webdev.php
*/

function winCL(url) {
	var clWin = open (url,'CL','width=1030,height=500,resizable=1,scrollbars=1');
}
