
function updatehomeFrames() { 
 parent.Screen_nav.location="./Nav_screen.html";
 parent.TV_screen.location="./Television.html";
}
function updateYPFrames() { 
 parent.Screen_nav.location="./html/Nav_scr-yp.html";
 parent.TV_screen.location="./html/HS-Your_film_profile.html";
}
function updateABFrames() { 
 parent.Screen_nav.location="./html/Nav_scr-ab.html";
 parent.TV_screen.location="./html/HS-About_us.html";
}
function updateSGFrames() { 
 parent.Screen_nav.location="./html/Nav_scr-sg.html";
 parent.TV_screen.location="./html/Sg2003video.htm";
}
function updateRPFrames() { 
 parent.Screen_nav.location="./html/Nav_scr-rp.html";
 parent.TV_screen.location="./html/HS-Rates_prices.html";
}
function updateMBFrames() {
 parent.Screen_nav.location="./html/Nav_margie.html";
 parent.TV_screen.location="./margie/Margie.html"; 
}
function updateLKFrames() {
 parent.Screen_nav.location="./html/Nav_links.html";
 parent.TV_screen.location="./html/HS_Links.html"; 
}
function updateNAFAFrames() {
 parent.Screen_nav.location="./html/Nav_nafa.html";
 parent.TV_screen.location="./nafa/Nafa_media.html"; 
}
function updateACTORFrames() {
 parent.Screen_nav.location="../html/Nav_nafa.html";
 parent.TV_screen.location="../nafa/Nafa_media.html"; 
}
function updateBABESFrames() {
 parent.Screen_nav.location="../html/Nav_babes.html";
 parent.TV_screen.location="../babes/Babes_media.html";
}
function updateTCHUFrames() {
 top.Screen_nav.location="./html/Nav_nafa.html";
 top.TV_screen.location="./nafa/Nafa_media.html";
}
// JavaScript Document
