// JavaScript Document

function grabNews(el){
	var width = (width == null) ? 660 : width;
	var height = (height == null) ? 800 : width;
	
	popup = window.open(el, null, "height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
	
	return false;
}



 function launchWindowSized ( url, w, h )

{

	BLupload = window.open ( url, "mediaPopup", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=' + w + ',height=' + h );
	
	return false;

}

