var newwindow;
function popUp(url)
{
	newwindow=window.open(url, 'WarrantyInformation', 'status=0, toolbar=0, resizable=0, width=510, height=570');
	if (window.focus) {newwindow.focus()}
}

