function OpenNewWindow3DPP(ModelName) {
NewLocation = "http://productpage.3dpublisher.net/3dproductpage/Qsvalidlogin.asp?GUID=1039549784889&name=" + ModelName
NewWindow = window.open(NewLocation,"Catalog","width=600,height=650")
NewWindow.focus()
}