var openMyModal = function(source)
{
	modalWindow.windowId = "myModal";
	modalWindow.width = 610;
	modalWindow.height = 405;
	modalWindow.content ="<iframe width='610' height='405' frameborder='0' scrolling='no' allowtransparency='true' src='" + source + "'></iframe>";
	modalWindow.open();
};
