


//camera
function openWin_c(url,target) {
	window.open(url,target,"scrollbars=1,toolbar=1,width=500,height=400,resizable=0")
}


