function modalWin(num) {
	if (window.showModalDialog) {
		window.showModalDialog("Include/inc_cww_content.php","name","dialogWidth:430px;dialogHeight:550px");
	} else {
		window.open('Include/inc_cww_content.php','name','height=550,width=430,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no ,modal=yes');
	}
}
