function subWinC (url){
	window.open(url,"subwin","left=30,top=10,width=600,height=480,scrollbars=yes,resizable=no"); 
}
