﻿function OpenPdfWindow(name)
{
	var wnd = window.open(name, '','');
		
	return wnd;
}