// JavaScript Document

function MM_openBrWindow(url, w, h) 
{ 

	
		var winprop = "width=" + '500px' + ",height=" + '400px' +",scrollbars=yes"; 
	
	
	openwin = window.open(url,'',winprop);
} 

