/* autho: Kajal Nanaiah */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 5/20/2005 */

function openprwin(name,wid,ht,pos1,pos2) {	   
	projpic = window.open('artwork/'+name+'.jpg','prattr','width='+wid+',height='+ht+',resizable=no,scrollbars=no,toolbar=no,directories=no,status=no,menubar=no,copyhistory=no,left=' +pos1+',top=' +pos2) 
	projpic.focus();
}
   
function displayMenu(list){
	var listElementStyle=document.getElementById(list).style;
	if (listElementStyle.display=="none"){
		listElementStyle.display="block";
	}
	else {
		listElementStyle.display="none";
	} 
}
