<!-- Hide from non-js clients

// openWindow code

function openWindow(url,name,options) {
	window.open(url,name,options);
}
//-->