$(document).ready( function()
{
	    $('#vip').popupWindow({ 
			height:420, 
			width:620, 
			centerBrowser:1
			}); 
	
	$('#urgent').popupWindow({ 
			height:610, 
			width:620, 
			centerBrowser:1
			}); 
		
});
