/*Iframesetscript to be used with Iframescript for subpages
 *by Michael Berglund Oct 2003
 *e-mail webmaster@hagfors-airport.com for more information
 *Copyright Michael Berglund 2003
 */
defaultsubpage="startFrame.htm";
if (location.search) {subpage=location.search.substring(1)}
else {subpage=defaultsubpage}

if (subpage.indexOf('&&&')>=0) {
prefix=subpage.substring(0,subpage.indexOf('&&&'))+"://";
suffix=subpage.substring(subpage.indexOf('&&&')+3,subpage.length);
subpage=prefix+suffix;
}
