function openCVSDP(URL) {
 nw=window.open(URL,'newCVSDP','width=700,height=760,scrollbars=no,resizable=no');
 nw.focus();
}


function openCVSDP_01(URL) {
 nw=window.open(URL,'newCVSDP','width=734,height=690,scrollbars=yes,overflow-x=hidden,resizable=no');
 nw.focus();
}





function cngimg(n){
	var imgsrc = document.images[n].src;
	if(imgsrc.indexOf("_over") < 0){
		document.images[n].src=imgsrc.substring(0,imgsrc.length-4) +"_over.jpg";
	}
	else{
		document.images[n].src=imgsrc.substring(0,imgsrc.length-9) +".jpg";
	}
}

