function editTips(ID)
{
	popupWin=window.open('admin/admEditTips.asp?ID='+ID,'remote','scrollbars,dependent,width=550,height=350,left=50,top=50');
}
function editNews(page)
{
	//popupWin=window.open('admin/admEditNews.asp?ID='+ID,'remote','dependent,width=350,height=400,left=50,top=50')
	popupWin=window.open('admin/admEditNews.asp?page='+page,'remote','scrollbars,dependent,width=550,height=400,left=50,top=50');
}
function editSpecials()
{
	popupWin=window.open('admin/admEditSpecials.asp','remote','scrollbars,dependent,width=400,height=600,left=50,top=50');
}
function editPage(page)
{	
//	popupWin=window.open('admin/admEditPage.asp?ID='+ID,'remote','scrollbars,dependent,width=750,height=500,left=50,top=50');
	popupWin=window.open('admin/admEditPage.asp?page='+page,'remote','scrollbars,dependent,width=750,height=500,left=50,top=50');
}
function editProd(ID,type,brand,cat)
{
	popupWin=window.open('admin/admProducts.asp?ID='+ID+'&type='+type+'&brand='+brand+'&cat='+cat,'remote','scrollbars,dependent,width=550,height=470,left=50,top=50');
}
function editProdDetail(ID)
{
	popupWin=window.open('admin/admProdDetail.asp?ID='+ID,'remote','scrollbars,dependent,width=1020,fullscreen');
}


function s_show()
{
	return false;
}
function s_hide()
{
	return false;
}

if(window.event+''=='undefined')
	event=0;
//self.moveTo(0,0);
//self.resizeTo(800,screen.availHeight);
self.focus();
	
	
	
