// Function to open my popups and close after timer times out
  m1A='1622'
  m2A='1654'
  m3A='1655'
  m4A='1658'
  m5A='1659'
  m6A='1660'
  m7A='1661'
  m8A='1663'
  m9A='1664'
  m10A='1665'
  m1B='1666'
  m2B='1667'
  m3B='1669'
  m4B='1629'
  m5B='1630'
  m6B='1633'
  m7B='1670'
  m8B='1671'
  m9B='1672'
  m10B='1673'
  m1C='1674'
  m2C='1611'
  m3C='1591'
  m4C='1637'
  m5C='1613'
  m6C='1638'
  m7C='1639'
  m8C='1566'
  m9C='1640'
  m10C='1616'  
  
function KillMe(StayAlive){

aimclose=setTimeout("parent.Right.dhtmlwindow.close(our_aim)",StayAlive * 1000); return true
}
 flag4 = 1
function openaim(){ //Define arbitrary function to run desired DHTML Window widget codes
parent.Right.erasewindow()
our_aim=parent.Right.dhtmlwindow.open('ouraim', 'iframe', 'Our_aim2.swf', 'Our aim is to....', 'width=330px,height=155px,random=1,random=1,resize=0,scrolling=0'),KillMe(17);
our_aim.onclose=function(){ //Run custom code when window is about to be closed
 clearTimeout(aimclose); return true
}
} 

function opengeorge(){ //Define arbitrary function to run desired DHTML Window widget codes
parent.Right.erasewindow()
contactgeorge=parent.Right.dhtmlwindow.open('contbox1', 'iframe', 'Cont_george.html', 'Contact for George......', 'width=380px,height=155px,random=1,random=1,resize=0,scrolling=0')
contactgeorge.onclose=function(){ //Run custom code when window is about to be closed
MM_changeProp('Layer10','','style.visibility','hidden','LAYER'); return true
} 
}



function openjune(){ //Define arbitrary function to run desired DHTML Window widget codes
parent.Right.erasewindow()
contactjune=parent.Right.dhtmlwindow.open('contjune', 'iframe', 'Cont_june.html', 'Contact for June......', 'width=380px,height=155px,random=1,random=1,resize=0,scrolling=0')
contactjune.onclose=function(){ //Run custom code when window is about to be closed
MM_changeProp('Layer11','','style.visibility','hidden','LAYER'); return true
} 
}

function opencontacts(){ //Define arbitrary function to run desired DHTML Window widget codes
parent.Right.erasewindow()
allcont=parent.Right.dhtmlmodal.open('allcont', 'iframe', 'Contacts.html', 'Our Contacts...', 'width=450px,height=330px,left=200px,top=2px,resize=0,scrolling=0')
}

function openflip1(){ //Define arbitrary function to run desired DHTML Window widget codes
scruse()
whatres()
parent.Right.erasewindow()
parent.document.getElementById('frtop').rows='0,*,1'
choice1=parent.Right.dhtmlmodal.open('choice1', 'iframe', 'quick_flip1.html', 'Quick Flip Through of First 10...', 'width=640px,height=460px,left=160px,top=1px,resize=0,scrolling=0')
choice1.onclose=function(){ //Run custom code when window is about to be closed
parent.document.getElementById('frtop').rows='27%,73%'; return true
}
}

function openflip2(){ //Define arbitrary function to run desired DHTML Window widget codes
scruse()
whatres()
parent.Right.erasewindow()
parent.document.getElementById('frtop').rows='0,*,1'
choice1=parent.Right.dhtmlmodal.open('choice1', 'iframe', 'quick_flip2.html', 'Quick Flip Through of Second 10...', 'width=640px,height=460px,left=160px,top=1px,resize=0,scrolling=0')
choice1.onclose=function(){ //Run custom code when window is about to be closed
parent.document.getElementById('frtop').rows='27%,73%';return true
}
}
function openflip3(){ //Define arbitrary function to run desired DHTML Window widget codes
scruse()
whatres()
parent.Right.erasewindow()
parent.document.getElementById('frtop').rows='0,*,1'
choice1=parent.Right.dhtmlmodal.open('choice1', 'iframe', 'quick_flip3.html', 'Quick Flip Through of Third 10...', 'width=640px,height=460px,left=160px,top=1px,resize=0,scrolling=0')
choice1.onclose=function(){ //Run custom code when window is about to be closed
parent.document.getElementById('frtop').rows='27%,73%';return true
}
}

function frameback_1(){
	try {
	choice1.document.close()
	choice1.parent.Right.dhtmlmodal.close()
	parent.document.getElementById('frtop').rows='27%,73%'
  
}
catch(err)
   {
   //txt="There was an error on this page." +choice1  +"\n\n"
   //txt+="Error description: " + err.description + "\n\n"
   //txt+="Click OK to continue.\n\n"
   //alert(txt)
   return
   }
}

// Function to stop viewing source code

var message = "Thank you for visiting our site\n";

function NoRightClick() {
	
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
         
   }
}


// Function to check if any popups are open and close them before open new one

var flag = 0
var flag2
var flag3



function erasewindow()
{
		 
try
   {   	
   		choice1.document.close()
   		choice1.parent.Right.dhtmlwindow.close()
		parent.Right.scrollWindow()
		flag = 0
		//flag = ""
		//choice1.load("iframe", flag2, flag3); return true
         }
catch(err)
   {
   //txt="There was an error on this page." +choice1  +"\n\n"
   //txt+="Error description: " + err.description + "\n\n"
   //txt+="Click OK to continue.\n\n"
   //alert(txt)
   return
   }
}


// Function to close popup if already open before creating new one

function nowindow()
{
		 
try
   {   	
   		parent.Right.document.close(choice1)
   		//parent.Right.dhtmlwindow.close(choice1)
		parent.Right.scrollWindow()
		choice1.load("iframe", flag2, flag3)
		choice1.show()
		choice1.moveTo(1,1)
		flag = 1
      
   }
catch(err)
   {
   //txt="There was an error on this page." +flag  +"\n\n"
   //txt+="Error description: " + err.description + "\n\n"
   //txt+="Click OK to continue.\n\n"
   //alert(txt)
   return 
   }
}


// Function to scroll right frame to the top - if not at the top

function scrollWindow()
  {
  parent.Right.window.scrollTo(0,0)
  }


function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  
}


// Start of Func to change property in layers

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}

// End of Func to change property in layers

function popup(url,w,h,posi) 
 {
 if(posi=='random'){
 var left   = (screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
 var top    = (screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
 if(posi=='center'){
 var left   = (screen.width)?(screen.width-w)/2:100;
 var top    = (screen.height)?(screen.height-h)/2:100;}
 var params = 'width='+w+', height='+h;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';
 params += ', copyhistory=no';
 newwin=window.open(url,'windowname5', params);
  if (window.focus) {newwin.focus()}
 return false;
 function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
}
function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


function choice1A(){
										
	if (flag == 1){
		frameback_1()
	flag2 = 'new/'+m1A+'.pdf'
	flag3 = m1A+'......'
	nowindow() }
	else {
		frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
	scrollWindow()
	 choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m1A+'.pdf', m1A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
    	}
	
}

function choice2A(){
			
	if (flag == 1){
		frameback_1()
	flag2 = './new/'+m2A+'.pdf'
	flag3 = m2A+'......' 
	 nowindow() }
	else {
		frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
	scrollWindow()
 choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m2A+'.pdf', m2A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true} 
	}
} 

function choice3A(){

	if (flag == 1){
		frameback_1()
 	flag2 = 'new/'+m3A+'.pdf'
	flag3 = m3A+'......' 
	nowindow() }
	else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
	scrollWindow()	
 choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m3A+'.pdf', m3A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
	}
} 

function choice4A(){
   
	if (flag == 1){
		frameback_1()
 	flag2 = 'new/'+m4A+'.pdf'
	flag3 = m4A+'......'
	 	nowindow() }
	else {
		frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m4A+'.pdf', m4A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
	}
} 

function choice5A(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m5A+'.pdf'
	flag3 = m5A+'......' 
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m5A+'.pdf', m5A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
} 
}

function choice6A(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m6A+'.pdf'
	flag3 = m6A+'......' 
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m6A+'.pdf', m6A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
} 
}

function choice7A(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m7A+'.pdf'
	flag3 = m7A+'......' 
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m7A+'.pdf', m7A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice8A(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m8A+'.pdf'
	flag3 = m8A+'......' 
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m8A+'.pdf', m8A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice9A(){

	if (flag == 1){
		frameback_1()
		
 	flag2 = './new/'+m9A+'.pdf'
	flag3 = m9A+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m9A+'.pdf', m9A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice10A(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m10A+'.pdf'
	flag3 = m10A+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m10A+'.pdf', m10A+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice1B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m1B+'.pdf'
	flag3 = m1B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m1B+'.pdf', m1B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice2B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m2B+'.pdf'
	flag3 = m2B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m2B+'.pdf', m2B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice3B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m3B+'.pdf'
	flag3 = m3B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m3B+'.pdf', m3B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice4B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m4B+'.pdf'
	flag3 = m4B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m4B+'.pdf', m4B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice5B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m5B+'.pdf'
	flag3 = m5B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m5B+'.pdf', m5B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice6B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m6B+'.pdf'
	flag3 = m6B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m6B+'.pdf', m6B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice7B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m7B+'.pdf'
	flag3 = m7B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m7B+'.pdf', m7B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice8B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m8B+'.pdf'
	flag3 = m8B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m8B+'.pdf', m8B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice9B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m9B+'.pdf'
	flag3 = m9B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m9B+'.pdf', m9B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice10B(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m10B+'.pdf'
	flag3 = m10B+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m10B+'.pdf', m10B+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
}  

function choice1C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m1C+'.pdf'
	flag3 = m1C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m1C+'.pdf', m1C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice2C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m2C+'.pdf'
	flag3 = m2C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m2C+'.pdf', m2C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice3C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m3C+'.pdf'
	flag3 = m3C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m3C+'.pdf', m3C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice4C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m4C+'.pdf'
	flag3 = m4C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m4C+'.pdf', m4C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice5C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m5C+'.pdf'
	flag3 = m5C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m5C+'.pdf', m5C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice6C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m6C+'.pdf'
	flag3 = m6C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m6C+'.pdf', m6C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice7C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m7C+'.pdf'
	flag3 = m7C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m7C+'.pdf', m7C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice8C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m8C+'.pdf'
	flag3 = m8C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m8C+'.pdf', m8C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice9C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m9C+'.pdf'
	flag3 = m9C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m9C+'.pdf', m9C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function choice10C(){

	if (flag == 1){
		frameback_1()
 	flag2 = './new/'+m10C+'.pdf'
	flag3 = m10C+'......'
	nowindow() }
		else {
			frameback_1()
		parent.document.getElementById('frtop').rows='27%,73%'
		scrollWindow()
var choice1=parent.Right.dhtmlwindow.open('choice1', 'iframe', './new/'+m10C+'.pdf', m10C+'......', 'max=1,height=1300px,left=1px,top=1px,resize=0,scrolling=0')
 choice1.onclose=function(){ flag = 0; return true}
 }
} 

function resizeFrames(preference){ 
if (preference == 1) { 
window.topandbottom.rows = '0,*,0'; 
} 
if (preference == 2) { 
window.topandbottom.rows = '150,*,150'; 
} 
if (preference == 3) { 
window.leftandmain.cols = '0,*'; 
} 
if (preference == 4) { 
window.leftandmain.cols = '300,*'; 
} 
if (preference == 5) { 
window.topandbottom.rows = '150,*,0'; 
} 
if (preference == 6) { 
window.topandbottom.rows = '150,*,150'; 
} 
if (preference == 7) { 
window.topandbottom.rows = '0,*,150'; 
} 
if (preference == 8) { 
window.topandbottom.rows = '27%,73%'; 
} 

}

function whatres() {
 wdth=parent.Right.screen.availWidth;
 hght= parent.Right.screen.availHeight;
 if (wdth <= 1024) {
	alert('Our website displays much better with \nScreen Resolution of 1280 x 768 or more...  \nYour Screen Resolution is: '+wdth+'x'+hght+'...');
}
}


function scruse() {
 
 
 // the more standards compliant browsers (mozilla/netscape/opera/IE7) use window.innerWidth and window.innerHeight
 
 if (typeof parent.Right.window.innerWidth != 'undefined')
 {
      viewportwidth = parent.Right.window.innerWidth,
    viewportheight = parent.Right.window.innerHeight 
      
         
     }
 
// IE6 in standards compliant mode (i.e. with a valid doctype as the first line in the document)

 else if (typeof parent.Right.document.documentElement != 'undefined'
     && typeof parent.Right.document.documentElement.clientWidth !=
     'undefined' && parent.Right.document.documentElement.clientWidth != 0)
 {
       viewportwidth = parent.Right.document.documentElement.clientWidth,
       viewportheight = parent.Right.document.documentElement.clientHeight
 }
 
 // older versions of IE
 
 else
 {
       viewportwidth = parent.Right.document.getElementsByTagName('body')[0].clientWidth,
       viewportheight = parent.Right.document.getElementsByTagName('body')[0].clientHeight
 }
	//alert(viewportheight)
	
   if (navigator.userAgent.indexOf('Firefox') !=-1){
	 		 
	 	if (viewportheight <= 355){ 
	 	 
    	
		alert('It appears you may have \ntoo many Toolbars enabled \nthus reducing your usable screen size \nand you may not be able to see\nthe control buttons at the bottom of popup...')
	}
 }
	
	   if (viewportheight <= 345) {
		alert('It appears you may have \ntoo many Toolbars enabled \nthus reducing your usable screen size \nand you may not be able to see\nthe control buttons at the bottom of popup...')
	
	}
	
}	

function chckres() {
   var wdthl=screen.availWidth;
    if (wdthl <= 1270) {
			 adjfont="bold 10pt Arial";
			 adjfonttop="bold 13pt Arial"; }
   else {
			 adjfont="bold 13pt Arial";
			 adjfonttop="bold 17pt Arial";
  }
}

