function openWindow(url){
	
	window.open(url);
}

function fSetPubValue(value)

{

   window.document.FormHandler.publisher.value = value;

}



function fSetAutValue(value)

{

   window.document.FormHandler.author.value = value;

}
