﻿function openPopup(theUrl, w, h) {                                                          
	featureString = 'width=' + w + ' , height=' + h +' ,left=60,top=60,scrollbars=yes'  
	var popup = window.open(theUrl, 'popup', featureString);                            
}