function showpopup(file, lang, left, top, height, width) {
	F1 = window.open("index.php?id=" + file + "&L=" + lang ,"PopupWindow","resizable=yes,scrollbars=yes,width=" + width + ",height=" + height + ",left=" + left + ",top=" + top);
}
function print(file, lang) {
	F1 = window.open("index.php?id=" + file + "&L=" + lang + "&type=1","PopupWindow","resizable=yes,scrollbars=yes,menubar=yes,width=600,height=400,left=100,top=100");

}
