﻿//for loading 2 iFrames from same button
function loadTwo(iframe1URL, iframe2URL)
{
parent.buttonFrame.location.href=iframe1URL
parent.contentFrame.location.href=iframe2URL
}