function showpic(url, height, width) {
 window.open(url, "", 'left=0,top=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height);
}

function menu(objectid)
{
	var object = document.getElementById(objectid);
	
	//alert(object.id);
}

