var popup = function(url, w, h)	{
    w = w || 550;
    h = h || 550;
	window.open (url, 'popped', config='height=' + h + ',width=' + w + ', toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no');
}