function openCVSDP(URL) {
 nw=window.open(URL,'newCVSDP','width=734,height=690,scrollbars=no,resizable=no');
 nw.focus();
}


function openCVSDP_01(URL) {
 nw=window.open(URL,'newCVSDP','width=756,height=690,scrollbars=yes,overflow-x=hidden,resizable=no');
 nw.focus();
}

function openCVSDP_02(URL) {
 nw=window.open(URL,'newCVSDP','width=753,height=690,scrollbars=no,resizable=no');
 nw.focus();
}

function openCVSDP_03(URL) {
 nw=window.open(URL,'newCVSDP','width=861,height=685,scrollbars=no,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";
	}
}

