// JavaScript Document
function loadTwo(iframe1URL, iframe2URL)
{
	parent.MAPFRAME.location.href=iframe1URL;
	parent.SPAWNFRAME.location.href=iframe2URL;
}