/*  --------------------------------------------------------------------------------------------------------  */
//window open

function openwin(url) {
	window.open(url, "", "width=660,height=600");
}


/*  --------------------------------------------------------------------------------------------------------  */