function openSmallWindow(id){
	window.open("smallArticals.asp?ARTICAL_ID="+id,"articalWindow","left=25,top=25,resizable=0,location=0,status=0,scrollbars=1, width=470, height=420");
}

function openRegisterWindow(){
	window.open("registerAdmin.asp?Mode=A","registerWindow","left=25,top=25,resizable=0,location=0,status=0,scrollbars=1,width=460, height=420");
}

function pageSMS(){
	window.open("smallSMS.asp","smsWindow","left=25,top=25,resizable=0,location=0,status=0,scrollbars=0,width=400,height=250");
}

