﻿function openPopup(url)
{
	window.open(url,'_blank','HEIGHT=500,WIDTH=700,scrollbars=yes');
}
