function popUp(type,url) {
		if (type == 'res1'){ 
			newPop = window.open(url,type,"height=590,width=792,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'doc'){
			newPop = window.open(url,type,"height=421,width=616,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'note'){
			newPop = window.open(url,type,"height=421,width=616,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'gloss'){
			newPop = window.open(url,type,"height=421,width=616,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'help'){
			newPop = window.open(url,type,"height=421,width=616,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'img_clo'){
			newPop = window.open(url,type,"height=590,width=792,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'res'){
			newPop = window.open(url,type,"height=420,width=792,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
		}else if (type == 'res2'){
			newPop = window.open(url,type,"height=420,width=792,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
	
		}else if (type == 'note1'){
			newPop = window.open(url,type,"height=421,width=616,top=0,left=0,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
	}}