
function ViewSend(ind)
{
	window.open('/viewNews.Asp?ID='+ind,'','scrollbars=yes,width=700,height=680,top=10,left='+(((screen.width-700)/2)).toString());
}

function ViewService(ind)
{
	window.open('/viewService.Asp?ID='+ind,'','scrollbars=yes,width=700,height=680,top=10,left='+(((screen.width-700)/2)).toString());
}
function viewTearch(ind)
{
	window.open('/viewTearch.Asp?ID='+ind,'','scrollbars=yes,width=700,height=680,top=10,left='+(((screen.width-700)/2)).toString());
}
function viewImg(ind)
{
	window.open('/viewImg.Asp?ID='+ind,'','scrollbars=yes,width=680,height=680,top=10,left='+(((screen.width-700)/2)).toString());
}