<!--function openWindow( url, width, height ) {  popupWin = window.open( url,  'open_window',  'scrollbars=yes, resizable=no, width=' + width + ', height=' + height + ', left=0, top=0')}function ctc_pop_up(){	var url = '/ctc.html';	var width=260;	var height=230;	var scroll='no';	var resizable='no';	if (window.nw && !window.nw.closed) { window.nw.close(); }	nw = window.open(url,'nw','width=' + width + ',height=' + height + ',resizable=' +resizable+ ',toolbar=no,scrollbars=' +scroll+ ',menubar=no,status=no' );	window.nw.focus();}// -->