// JavaScript Document

function menyover(obj){
 obj.style.background='#CCCCCC';
 obj.style.borderLeft='1px solid #333333';
 obj.style.borderRight='1px solid #333333';
 obj.style.cursor='hand';
}

function menyout(obj){
 obj.style.background='#999999';
  obj.style.border='none';
}

function viewpic2(act){
	window.open(act,"","height=350,width=350,scrollbars,resizable");
}

function viewpic(pic){
window.open(pic,"","height=750,width=950,scrollbars,resizable");
}