//


function openUrl(url)
{
	var targetWindow = parent["_blank"];
	targetWindow.location = url;
}