//"Javascript:openLearnEmail('Journal_Pop_Provide_Email.html')"
function openLearnEmail(URL){
LearnEmail=window.open(URL,"LearnEmail","width=480,height=300,left=200,top=200")
}

//Related Pubs
function openRelated(URL){
Related=window.open(URL,"Related","width=390, height=340, left=5,top=0")
}

//Slide Show
function openSlideShow(URL){
SlideShow=window.open(URL,"SlideShow","width=640, height=680, left=10,top=10, scrollbars=yes, scrollbars=1")
}

//"Javascript:openSubByMail('Journal_Pop_Sub_By_Mail.html')"
function openSubByMail(URL){
SubByMail=window.open(URL,"SubByMail","width=550,height=480,left=50,top=50, menubar=yes, menubar=1,scrollbars=yes, scrollbars=1")
}

//View Article
function openViewArticle(URL){
ViewArticle=window.open(URL,"ViewArticle","width=700, height=500, left=200,top=10,menubar=yes,scrollbars=yes")
}

// target the window that opened the popup
//target opener
function mainGoto(URL){
opener.location.href = URL;
window.close();
}

function fieldchange(filename){
	document.actionform.action = filename;
	document.actionform.submit();
}