﻿	
 	 //************************************************************************************
 	 //***  Function to make sure this item is part of a frame (child window).
 	 //***  Do not want these windows displayed outside of the frame work of the site.
 	 function Check_Parent(){
 	 
 	    if (top == self){
 	        parent.window.open("http://www.kimball.com","_top")
 	    }else{
 	    } 
 	 }
 	 //************************************************************************************
 	 

