function userLogin(type){
	if (type == 1){
		action = "login"
		window.open("user_login.asp?action=" + action,"","top=25,left=25,width=700,height=500,resizable")
	}
	if (type == 2){
		action = "register"
		window.open("user_register.asp?","","top=25,left=25,width=700,height=500,resizable")
	}
}
function userRegister(){
	window.open("user_register.asp?","","top=25,left=25,width=700,height=500,resizable")
}
function passwordChange(){
	window.open("user_password.asp?action=update","","top=25,left=25,width=700,height=500,resizable")
}
function showcompaniontext(library_id, object_id, language_id){
	window.open("companiontext.asp?library_id=" + library_id + "&object_id=" + object_id + "&language_id=" + language_id, "PCShowAndTell", "width=750,height=475,top=25,left=25,scrollbars,toolbar=no,menubar=no,status");	
}
function printcompaniontext(library_id, object_id, language_id){
	window.open("companiontext_print.asp?library_id=" + library_id + "&object_id=" + object_id + "&language_id=" + language_id, "PCShowAndTell", "width=750,height=475,top=25,left=25,menubar");	
}
function helpfriend(library_id,object_id,language_id){
	window.open("helpafriend.asp?library_id=" + library_id + "&object_id=" + object_id + "&language_id=" + language_id, "PCShowAndTell", "width=750,height=550,top=25,left=25,scrollbars,resizable");	
}
function nosubscription(){
	alert("You need a subscription to use this feature.");
}
function nologin(){
	alert("You must be logged in to use this feature.");
}
function popupWindow(location){
	window.open(location, '', 'width=750,height=475,top=25,left=25,status,toolbar=no,scrollbars')
}
function downloadPlayer(){
    window.open('download_player.asp', 'PCShowAndTell', 'width=550,height=475,top=25,left=25');
}



function xdownloadPlayer(){
  if((navigator.family == 'gecko') || (navigator.family == 'ie4')){
    window.open('http://www.pcshowandtell.com/download_player.asp?browser_type=ie', 'PCShowAndTell', 'width=550,height=475,top=25,left=25');
  } else if(navigator.family == 'nn4'){
    window.open('http://www.pcshowandtell.com/download_player.asp?browser_type=nn4', 'PCShowAndTell', 'width=550,height=475,top=25,left=25');
  } else {
    alert('Internet Explorer 4.0+ or Netscape 4.0+ are required to view this content.');
  }
}