function windowOpen(target){
	var targetFilePath = target;
	window.open(targetFilePath , "window1" , "height=400,width=600,resizable=1,scrollbars=1,status=0");
}
