/*!
 * Popup for publications
 */

function PopupPic(sPicURL) { 
	window.open(sPicURL, '', 'resizable=0,SCROLLBARS=YES,HEIGHT=600,WIDTH=440'); 
}

function PopupClipping(sPicURL) { 
	window.open('administration/viewer.php?url=../'+sPicURL, '', 'resizable=1,HEIGHT=400,WIDTH=400');
} 

